'Declaration
<DescriptionAttribute("Specifies if during burning process, the annotation is prevented to be rendered")> Public Property PreventBurning As Boolean
[Description("Specifies if during burning process, the annotation is prevented to be rendered")] public bool PreventBurning {get; set;}
public read-write property PreventBurning: Boolean;
DescriptionAttribute("Specifies if during burning process, the annotation is prevented to be rendered") public function get,set PreventBurning : boolean